Try
Representation of an operation that might successfully return a value or throw an exception.
An instance of Try may be either a Success or a Failure.
This type is based on scala.util.Try.
Note: Only non-fatal exceptions are caught by the combinators on Try (see NonFatal). Serious system errors, on the other hand, will be thrown.
Parameters
T
Type of the value of a successful operation.
Types
Functions
filterIsInstance
Link copied to clipboard
filterOrElse
Link copied to clipboard
zip
Link copied to clipboard